home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20021006-20030409 / 000342_fdc@columbia.edu_Fri Feb 28 10:21:02 EST 2003.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  64 lines

  1. Article: 14139 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: fdc@columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.unix.sco.misc,comp.protocols.kermit.misc
  5. Subject: SCOANSI vs ANSI vs mapchan
  6. Date: 28 Feb 2003 09:47:30 -0500
  7. Organization: Columbia University
  8. Lines: 48
  9. Message-ID: <b3nsq2$5nd$1@watsol.cc.columbia.edu>
  10. NNTP-Posting-Host: watsol.cc.columbia.edu
  11. X-Trace: newsmaster.cc.columbia.edu 1046443652 19633 128.59.39.139 (28 Feb 2003 14:47:32 GMT)
  12. X-Complaints-To: postmaster@columbia.edu
  13. NNTP-Posting-Date: 28 Feb 2003 14:47:32 GMT
  14. Xref: newsmaster.cc.columbia.edu comp.unix.sco.misc:154009 comp.protocols.kermit.misc:14139
  15.  
  16.  
  17. Tech-support issue of the week...  Kermit 95:
  18.  
  19.   http://www.columbia.edu/kermit/k95.html
  20.  
  21. includes an SCO ANSI terminal emulator.  When making a Telnet, Rlogin, or
  22. SSH connection to an SCO platform, K95 sends the terminal type name.
  23.  
  24. To get the desired emalution (SCO function keys, special escape sequences,
  25. etc), the user must choose the K95 terminal type called SCOANSI, as opposed
  26. to "regular" ANSI, which is the original "BBS ANSI" that is only a small
  27. subset of SCOANSI.  However, most SCO operating systems do not understand
  28. "SCOANSI" (this issue has been discussed here before, and I believe the
  29. problem was fixed in newer SCO operating systems).
  30.  
  31. When the SCO OS does not understand "SCOANSI", our advice is to tell K95
  32. to tell the server its type is "ANSI".  The K95 commands are:
  33.  
  34.   set terminal type scoansi      ; What I am
  35.   set telnet terminal-type ansi  ; What I say I am
  36.  
  37. (the latter command applies to SSH and Rlogin too).
  38.  
  39. As far as I know, this has worked for years.  But suddenly we're getting
  40. reports of fractured screens and failing file transfers from people who
  41. do this, e.g. on Open Server 5.0.5.  Either something has changed on the
  42. SCO end or people have been having problems all along but not reporting
  43. them.  If I tell the user to tell the SCO OS to:
  44.  
  45.   mapchan -n
  46.  
  47. the problems go away.  Similarly, if the user omits the "set telnet
  48. terminal-type ansi" command, the problems go away (but then they have
  49. to set their terminal type manually at the SCO shell prompt).
  50.  
  51. My questions are these:
  52.  
  53.  1. Exactly which SCO operating systems understand the name "SCOANSI"?
  54.  
  55.  2. Does the SCO Telnet (Rlogin, SSH) server, when it is told by the
  56.     client that terminal type is ANSI, activate mapchan?
  57.  
  58.  3. If the answer to (2) is yes, is "ANSI" the only terminal-type name
  59.     that causes this to happen?
  60.  
  61. Thanks.
  62.  
  63. - Frank
  64.